home *** CD-ROM | disk | FTP | other *** search
/ Advanced Placement Companion: Precalculus / Advanced Placement Companion: Precalculus.iso / pc / M_DIR / 12-07015.DIR / 00010.ls < prev    next >
Encoding:
Text File  |  1998-03-12  |  267 b   |  14 lines

  1. on exitFrame
  2.   if rollOver(10) = 1 then
  3.     set the visible of sprite 5 to 1
  4.   else
  5.     set the visible of sprite 5 to 0
  6.   end if
  7.   if rollOver(11) = 1 then
  8.     set the visible of sprite 6 to 1
  9.   else
  10.     set the visible of sprite 6 to 0
  11.   end if
  12.   go(the frame)
  13. end
  14.